change guint16 to gint to reflect changes in the code, found by Jody
authorJonathan Blandford <jrb@redhat.com>
Tue, 22 Jan 2002 05:00:50 +0000 (05:00 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Tue, 22 Jan 2002 05:00:50 +0000 (05:00 +0000)
Mon Jan 21 23:39:42 2002  Jonathan Blandford  <jrb@redhat.com>

* gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
changes in the code, found by Jody Goldberg <jody@gnome.org>

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkfixed.sgml

index 515370a20332277a9fc1724834f51efcfcdf8dbb..e0c63167611a0d23b0db0a7a85ce97b9fe30bbfc 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jan 21 23:39:42 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
+       changes in the code, found by Jody Goldberg <jody@gnome.org>
+
 2002-01-19  Havoc Pennington  <hp@pobox.com>
 
        * gtk/x11.sgml: add a mostly-empty X11 section
index e1f660b89d562b9717d545945f18524afb4e2505..67bedddd986f17e9cab1d403e277d358ea8d6cba 100644 (file)
@@ -100,13 +100,13 @@ an application.)
 </row>
 
 <row>
-<entry>#gint16 x;</entry>
+<entry>#gint x;</entry>
 <entry>the horizontal position of the widget within the #GtkFixed
 container.</entry>
 </row>
 
 <row>
-<entry>#gint16 y;</entry>
+<entry>#gint y;</entry>
 <entry>the vertical position of the widget within the #GtkFixed
 container.</entry>
 </row>